Snapservice Clusters VirtualMachines Snapshots FilterSpec
The Snapservice Clusters VirtualMachines Snapshots FilterSpec schema contains properties used to filter the results when listing snapshots for a protection group. See GET /snapservice/clusters/{cluster}/virtual-machines/{vm}/snapshots. When multiple filters are specified, it operates as an AND operation. The snapshots returned will match all the specified filters.
This schema was added in vSphere API 8.0.3.0.
{
"expires_after": "string",
"expires_before": "string",
"created_after": "string",
"created_before": "string",
"snapshot_type": "string"
}
Minimum expiration time for the snapshots that must match the filter.
This property was added in vSphere API 8.0.3.0.
If missing or null snapshots with any expiration time match the filter.
Maximum expiration time for the snapshots that must match the filter.
This property was added in vSphere API 8.0.3.0.
If missing or null snapshots with any expiration time match the filter.
Minimum creation date for the snapshots that must match the filter.
This property was added in vSphere API 8.0.3.0.
If missing or null snapshots with any creation time match the filter.
Maximum creation date for the snapshots that must match the filter.
This property was added in vSphere API 8.0.3.0.
If missing or null snapshots with any creation time match the filter.
Snapshot type that must match the filter.
For more information see: Snapservice Clusters VirtualMachines Snapshots Type.
This property was added in vSphere API 8.0.3.0.
If missing or null snapshots with any type match the filter.